runtime._func.entryoff (field)

3 uses

	runtime (current package)
		runtime2.go#L853: 	entryoff uint32 // start pc, as offset from moduledata.text/pcHeader.textStart
		symtab.go#L811: 	return f.entryoff == ^uint32(0) // see comment for funcinl.ones
		symtab.go#L816: 	return f.datap.textAddr(f.entryoff)